GetPossibleBreakpointsResponse
data class GetPossibleBreakpointsResponse(locations: List<BreakLocation>)
Content copied to clipboard
Represents response frame that is returned from Debugger#getPossibleBreakpoints operation call. Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.